home *** CD-ROM | disk | FTP | other *** search
- body
- {
- background: ${BACKGROUND};
- font-family: ${BODYFONT};
- text-align: center;
- }
-
- table
- {
- margin-top: 8px;
- margin-bottom: 8px;
- }
-
- .header
- {
- font-size: ${HEAD_FONT_SIZE}px;
- color: ${HEAD_FONT_COLOR};
- margin-bottom: 4px;
- font-family: ${HEADERFONT};
- line-height: 2.0em;
- }
-
- .index_table
- {
- background: none;
- width: ${THN_TABLE_WIDTH}px;
- }
- .index_tr
- {
- text-align: left;
- vertical-align: top;
- height: ${THN_TD_HEIGHT}px;
- }
- .index_img_td, .index_img_td_alb
- {
- text-align: center;
- vertical-align: middle;
- padding: 0;
- background-color: ${THN_BGCOLOR};
- width: ${THN_TD_WIDTH}px;
- }
-
- .index_img_td_alb
- {
- background-color: ${ALB_THN_BGCOLOR};
- }
-
- .index_desc_td, .index_desc_td_alb
- {
- font-size: ${DESC_FONT_SIZE}px;
- font-family: Tahoma, Helvetica, Arial, sans-serif;
- color: ${DESC_FONT_COLOR};
- background-color: ${DESC_BGCOLOR};
- text-align: left;
- vertical-align: top;
- border: 1px;
- }
-
- .index_desc_td_alb
- {
- font-size: ${ALB_DESC_FONT_SIZE}px;
- color: ${ALB_DESC_FONT_COLOR};
- background-color: ${ALB_DESC_BGCOLOR};
- }
-
- .index_desc_td_alb a
- {
- color: ${ALB_DESC_LINK_COLOR};
- text-decoration: none;
- }
-
- .index_desc_td a
- {
- color: ${DESC_LINK_COLOR};
- text-decoration: none;
- }
-
- .index_desc_td a:hover, .index_desc_td_alb a:hover
- {
- text-decoration: underline;
- }
-
- .index_desc_title
- {
- font-size: ${INDEX_DESC_TITLE_FONT_SIZE}px;
- font-weight: bold;
- }
-
- .index_desc_title_alb
- {
- font-size: ${ALB_INDEX_DESC_TITLE_FONT_SIZE}px;
- font-weight: bold;
- }
- .nav_table
- {
- background: none;
- width: ${THN_TABLE_WIDTH}px;
- }
- .nav_tr
- {
- height: 0px;
- }
- .nav_td_root, .nav_td_up, .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last, .nav_td_text, .nav_td_back, .nav_td_textusr
- {
- font-size: ${NAV_FONT_SIZE}px;
- font-family: ${BODYFONT};
- color: ${NAV_FONT_COLOR};
- text-align: center;
- background-color: ${NAV_BGCOLOR};
- }
-
- .nav_td_textusr {
- text-align: left;
- }
-
- .nav_td_root, .nav_td_up, .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last
- {
- width: 30px;
- }
- .nav_td_text, .nav_td_textusr
- {
- background-color: ${NAV_TEXT_BGCOLOR};
- }
- .nav_td_back {
- background-color: ${NAV_BACK_BGCOLOR};
- }
- .nav_td_root a, .nav_td_up a, .nav_td_first a, .nav_td_prev a, .nav_td_next a, .nav_td_last a, .nav_td_text a, .nav_td_back a, .nav_td_textusr a
- {
- color: ${NAV_LINK_COLOR};
- text-decoration: none;
- }
-
- .footer a
- {
- color: ${FOOTER_LINK_COLOR};
- text-decoration: none;
- }
-
- .nav_td_root a:hover, .nav_td_up a:hover, .nav_td_first a:hover, .footer a:hover, .nav_td_prev a:hover, .nav_td_next a:hover, .nav_td_last a:hover, .nav_td_text a:hover .nav_td_textusr a:hover
- {
- text-decoration: underline;
- }
-
- .img, .index_img
- {
- border: none;
- }
- .img_table
- {
- background: none;
- width: ${THN_TABLE_WIDTH}px;
- }
- .img_desc_tr
- {
- height: 0px;
- }
- .img_desc_td, .img_desc_td_empty
- {
- font-size: ${DESC_FONT_SIZE}px;
- font-family: ${BODYFONT};
- color: ${DESC_FONT_COLOR};
- background-color: ${DESC_BGCOLOR};
- /* width: ${DESC_TD_WIDTH}px;*/
- text-align:left;
- }
- .img_desc_td_empty
- {
- background: none;
- }
- .img_desc_td a
- {
- color: ${DESC_LINK_COLOR};
- text-decoration: none;
- }
- .img_desc_td a:hover
- {
- text-decoration: underline;
- }
- .img_tr
- {
- text-align: center;
- vertical-align: middle;
- height: ${THN_TD_HEIGHT}px;
- }
- .img_td, .img_td_empty
- {
- padding: 0;
- background-color: ${THN_BGCOLOR};
- width: ${THN_TD_WIDTH}px;
- }
- .img_td_empty
- {
- background: none;
- }
- .img_org_tr
- {
- height: 0px;
- }
- .img_org_td, .img_org_td_empty
- {
- font-size: ${ORG_FONT_SIZE}px;
- font-family: ${BODYFONT};
- color: ${ORG_FONT_COLOR};
- text-align: right;
- background-color: ${ORG_BGCOLOR};
- /* width: ${ORG_TD_WIDTH}px;*/
- }
- .img_org_td_empty
- {
- background: none;
- }
- .img_org_td a
- {
- color: ${ORG_LINK_COLOR};
- text-decoration: none;
- }
- .img_org_td a:hover
- {
- text-decoration: underline;
- }
-
- .footer
- {
- margin-top: 15px;
- font-size: ${FOOT_FONT_SIZE}px;
- font-family: ${BODYFONT};
- color: ${FOOT_FONT_COLOR};
- }
-